google.golang.org/grpc/internal/transport.outStream.state (field)
14 uses
google.golang.org/grpc/internal/transport (current package)
controlbuf.go#L230: state outStreamState
controlbuf.go#L593: if strQuota := int(l.oiws) - str.bytesOutStanding; strQuota > 0 && str.state == waitingOnStreamQuota {
controlbuf.go#L594: str.state = active
controlbuf.go#L616: state: empty,
controlbuf.go#L639: if str.state != empty { // either active or waiting on stream quota.
controlbuf.go#L652: state: empty,
controlbuf.go#L731: if str.state == empty {
controlbuf.go#L732: str.state = active
controlbuf.go#L870: if stream.state == waitingOnStreamQuota {
controlbuf.go#L871: stream.state = active
controlbuf.go#L908: str.state = empty
controlbuf.go#L927: str.state = waitingOnStreamQuota
controlbuf.go#L977: str.state = empty
controlbuf.go#L986: str.state = waitingOnStreamQuota
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)